home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / temacd / rapidphp / rapidphp7.exe / {app} / help / htmlref.chm / style.css < prev    next >
Cascading Style Sheet File  |  2005-10-05  |  4KB  |  245 lines

  1. body, TH, TD {
  2.   background: white;
  3.   color: black;
  4.   font-family: arial, sans-serif;
  5.   font-size: 9pt;
  6. }
  7.  
  8. TH {
  9.   font-size: 9pt;
  10.   text-align: right
  11. }
  12.  
  13. TD {
  14.   font-size: 9pt;
  15. }
  16.  
  17. hr {
  18.   color: black;
  19.   height: 1px;
  20. }
  21.  
  22. h1 {
  23.   color: #c33;
  24.   background: transparent;
  25.   font-weight: bold;
  26.   text-align: center;
  27.   font-size: medium
  28. }
  29.  
  30. h2 {
  31.   color: #00008b;
  32.   background: transparent;
  33.   font-weight: bold;
  34.   font-size: 11pt
  35. }
  36.  
  37. h3 {
  38.   color: #006400;
  39.   background: transparent;
  40.   margin-left: 4%;
  41.   margin-right: 4%;
  42.   font-weight: bold;
  43.   font-size: 11pt
  44. }
  45.  
  46. h4 {
  47.   margin-left: 6%;
  48.   margin-right: 6%;
  49.   font-weight: bold;
  50.   font-size: 10pt
  51. }
  52.  
  53. h5 {
  54.   margin-left: 6%;
  55.   margin-right: 6%;
  56.   font-weight: bold
  57. }
  58.  
  59. ul, ol, dl, p {
  60.   margin-left: 6%;
  61.   margin-right: 6%
  62. }
  63.  
  64. ul ul, table ol, table ul {
  65.   margin-right: 1%
  66. }
  67.  
  68. pre {
  69.   margin-left: 10%;
  70.   white-space: pre
  71. }
  72.  
  73. table caption {
  74.   font-weight: bolder
  75. }
  76.  
  77. table p, table dl, ol p, ul p, dl p, blockquote p, .note p, .note ul, .note ol, .note dl, li pre, dd pre {
  78.   margin-left: 0;
  79.   margin-right: 0
  80. }
  81.  
  82. p.top {
  83.   margin-left: 1%;
  84.   margin-right: 1%
  85. }
  86.  
  87. blockquote {
  88.   margin-left: 8%;
  89.   margin-right: 8%;
  90.   border: thin ridge #dc143c
  91. }
  92.  
  93. blockquote pre {
  94.   margin-left: 1%;
  95.   margin-right: 1%
  96. }
  97.  
  98. dt a {
  99.   font-weight: bold;
  100.   margin-top: .8em
  101. }
  102.  
  103. a:link {
  104.   color: #00f;
  105.   background: transparent;
  106. }
  107.  
  108. a:visited {
  109.   color: #800080;
  110.   background: transparent;
  111. }
  112.  
  113. a:active {
  114.   color: green;
  115.   background: #FFD700
  116. }
  117.  
  118. .html {
  119.   color: #000080;
  120.   background: transparent
  121. }
  122.  
  123. .css {
  124.   color: #800000;
  125.   background: transparent
  126. }
  127.  
  128. .javascript {
  129.   color: #008000;
  130.   background: transparent
  131. }
  132.  
  133. .example { margin-left: 10% }
  134.  
  135. dfn {
  136.   font-style: normal;
  137.   font-weight: bolder
  138. }
  139.  
  140. var sub { font-style: normal }
  141.  
  142. .note {
  143.   font-size: 85%;
  144.   margin-left: 10%
  145. }
  146.  
  147. .SMA {
  148.   color: fuchsia;
  149.   background: transparent;
  150.   font-family: Kids, "Comic Sans MS", Jester
  151. }
  152.  
  153. .oops {
  154.   font-family: Jester, "Comic Sans MS"
  155. }
  156.  
  157. .author {
  158.   font-style: italic
  159. }
  160.  
  161. .copyright {
  162.   font-size: smaller;
  163.   text-align: right;
  164.   clear: right
  165. }
  166.  
  167. .toolbar {
  168.   text-align: center
  169. }
  170.  
  171. .toolbar IMG {
  172.   float: right
  173. }
  174.  
  175. .error {
  176.   color: #DC143C;
  177.   background: transparent;
  178.   text-decoration: none
  179. }
  180.  
  181. .warning {
  182.   color: #FF4500;
  183.   background: transparent;
  184.   text-decoration: none
  185. }
  186.  
  187. .error strong {
  188.   color: #DC143C;
  189.   background: #FFD700;
  190.   text-decoration: none
  191. }
  192.  
  193. .warning strong {
  194.   color: #FF4500;
  195.   background: #FFD700;
  196.   text-decoration: none
  197. }
  198.  
  199. .warning a:link, .warning a:visited, .warning a:active {
  200.   color: #FF4500;
  201.   background: transparent;
  202.   text-decoration: underline
  203. }
  204.  
  205. .error a:link, .error a:visited, .error a:active {
  206.   color: #DC143C;
  207.   background: transparent;
  208.   text-decoration: underline
  209. }
  210.  
  211. .error strong a:link, .error strong a:visited, .error strong a:active {
  212.   color: #DC143C;
  213.   background: #FFD700
  214. }
  215.  
  216. .warning strong a:link, .warning strong a:visited, .warning strong a:active {
  217.   color: #FF4500;
  218.   background: #FFD700
  219. }
  220.  
  221. colgroup.entity { text-align: center }
  222.  
  223. .default { text-decoration: underline; font-style: normal }
  224. .required { font-weight: bold }
  225. td li.transitional, .elements li.transitional {
  226.   font-weight: lighter;
  227.   color: #696969;
  228.   background: transparent
  229. }
  230. td li.frameset, .elements li.frameset {
  231.   font-weight: lighter;
  232.   color: #808080;
  233.   background: transparent
  234. }
  235.  
  236. .footer {
  237.   margin-top: 1em;
  238.   padding-top: 0em;
  239.   border-top: solid 1px black
  240. }
  241.  
  242. @media print {
  243.   input#toggler, .toolbar { display: none }
  244. }
  245.